README 

Description:
App sets up multi party Conference Call by calling each member in an xml file 
then redirecting it to the conference bridge extension.  

Package Contents:

start_con_Call.aef - This script is triggered via jtapi, disconnects the caller 
and starts looping through the xml file. For each valid entry, the dest_Num is 
extracted and passed as a URL parameter to call_Party_CCC.aef

call_party_CCC.aef - Triggered via http and receieves dest_Num as a parameter.
It will place a call to dest_Num and when successful play an announcement, then
Redirect to conference_Dest.

DEPLOYMENT:

Unzip all files to wfavvid.
Add the 2 scripts.
Add 1 application for each. start_con_Call gets a jtapi trigger and call_party_CCC
gets an http trigger (/concall). Set the desired application parameters...
Update the participant_1.xml file with the desired numbers. If you need more, just 
increment the suffix and add the lines you want.


TEST:
Test by calling the trigger.
You will be hung up on after hearing a message (customize as desired).
You will then see the numbers in the list get called. When answered, a message
will be played (customize as desired) and then they wil be transferred to the 
CCC number you specify.
  